CallAsyncUniversalProc
CallOSTrapUniversalProc
CallUniversalProc
DisposeRoutineDescriptor
Use a specific UPP disposal routine; e.g., use Dispose ControlDefinitionProc instead of the more general function DisposeRoutineDescriptor.
DisposeRoutineDescriptorTrap
68K-specific. Does nothing in PowerPC-native code.
NewFatRoutineDescriptor
68K-specific. Does nothing in PowerPC-native code.
NewFatRoutineDescriptorTrap
68K-specific. Does nothing in PowerPC-native code.
NewRoutineDescriptor
Applications should use ProcPtrs for their own code and plug-ins, and use the system-supplied UPP creation functions (such as NewModalFilterProc) for Toolbox callback UPPs. You still need to dispose of those UPPs using DisposeRoutineDescriptor, so that any allocated memory can be cleaned up when your application is running on Mac OS 8.
NewRoutineDescriptorTrap
68K-specific. Does nothing in PowerPC-native code.
RestoreMixedModeState
Only useful for CFM-68K applications. Does nothing in PowerPC-native code.
SaveMixedModeState
Only useful for CFM-68K applications. Does nothing in PowerPC-native code.